Bump GitHub Actions dependencies#4
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the GitHub Actions used by the CI workflow to newer major versions, keeping the repository’s automation dependencies current.
Changes:
- Bump
actions/checkoutfromv4tov7in all jobs within the test workflow. - Bump
actions/setup-pythonfromv5tov6for the Python matrix test job.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Thanks for making an attempt here @wallentx. One issue is we don't use master from this repo. Originally we deployed from the On the bump itself: The red CI here isn't caused by this workflow YAML change (as you already know, it's pre-existing):
tl;dr: the bump is good, just point it at the real prod branch; the failing matrix is a known harness issue we'll fix separately. @ereinha3 gets the final call on merging here because he's most familiar with this project |
Bumps the github-actions group with 2 updates: actions/checkout, actions/setup-python.
actions/checkout
Updates
actions/checkoutfrom 4 to 7 across 3 workflow entries.Investigation: Compatibility & Safety Details
pull_request_targetorworkflow_runby default.Release notes
v7.0.0
v6.0.3
v6.0.2
v6.0.1
v6.0.0
v5.0.1
v5.0.0
Changelog
Sourced from actions/checkout's changelog.
Commits
Sourced from actions/checkout's commit history.
actions/setup-python
Updates
actions/setup-pythonfrom 5 to 6 across 1 workflow entry.Release notes
v6.3.0
v6.2.0
v6.1.0
v6.0.0
Changelog
No changelog file was found for actions/setup-python.
Commits
Sourced from actions/setup-python's commit history.
Findings and PR created by actions-snitch.